google.golang.org/protobuf/internal/impl.pointer.Uint64Slice (method)

13 uses

	google.golang.org/protobuf/internal/impl (current package)
		codec_gen.go#L2798: 	s := *p.Uint64Slice()
		codec_gen.go#L2807: 	s := *p.Uint64Slice()
		codec_gen.go#L2817: 	sp := p.Uint64Slice()
		codec_gen.go#L2886: 	s := *p.Uint64Slice()
		codec_gen.go#L2899: 	s := *p.Uint64Slice()
		codec_gen.go#L4472: 	s := *p.Uint64Slice()
		codec_gen.go#L4479: 	s := *p.Uint64Slice()
		codec_gen.go#L4489: 	sp := p.Uint64Slice()
		codec_gen.go#L4533: 	s := *p.Uint64Slice()
		codec_gen.go#L4543: 	s := *p.Uint64Slice()
		merge_gen.go#L131: 	ds := dst.Uint64Slice()
		merge_gen.go#L132: 	ss := src.Uint64Slice()
		pointer_unsafe.go#L101: func (p pointer) Uint64Slice() *[]uint64                { return (*[]uint64)(p.p) }